home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / shrlk201.zip / _SETUP.1 / Help.cpp < prev    next >
C/C++ Source or Header  |  1997-07-22  |  523b  |  15 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl\vcl.h>
  3. #pragma hdrstop
  4.  
  5. #include "Help.h"
  6.  
  7. //---------------------------------------------------------------------------
  8. #pragma resource "*.dfm"
  9. TfrmAboutTester *frmAboutTester;
  10. //---------------------------------------------------------------------------
  11. __fastcall TfrmAboutTester::TfrmAboutTester(TComponent* Owner)
  12.     : TForm(Owner)
  13. {
  14. }
  15. //---------------------------------------------------------------------------